home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000149_news@newsmaster….columbia.edu _Mon Feb 2 14:15:47 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA14494
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 2 Feb 1998 14:15:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA19457
  7.     for kermit.misc@watsun; Mon, 2 Feb 1998 14:15:43 -0500 (EST)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.indiana.edu!news1.chicago.iagnet.net!streamer1.cleveland.iagnet.net!qual.net!iagnet.net!news-peer.gip.net!news-lond.gip.net!news.gsl.net!gip.net!dispose.news.demon.net!demon!bullseye.news.demon.net!demon!news.demon.co.uk!demon!mail2news.demon.co.uk!inf-eden.demon.co.ux!Newz
  9. From: Newz@inf-eden.demon.co.ux (Chris Kennington - newshound)
  10. Newsgroups: comp.protocols.kermit.misc,demon.tech.pc
  11. Subject: Re: Can You Help?
  12. Date: Mon, 02 Feb 98 12:57:23 GMT
  13. Organization: City Desk
  14. Message-ID: <886424243snz@inf-eden.demon.co.ux>
  15. References: <886414956.15186.0.nnrp-05.9e986860@news.demon.co.uk>
  16. Reply-To: Newz@inf-eden.demon.co.uk.snip
  17. X-Mail2News-User: Newz@inf-eden.demon.co.ux
  18. X-Mail2News-Path: inf-eden.demon.co.uk
  19. X-Trace: mail2news.demon.co.uk 886446090 26395 Newz inf-eden.demon.co.ux
  20. X-Complaints-To: abuse@demon.net
  21. X-Newsreader: Demon Internet Simple News v1.30
  22. Lines: 77
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:8332 demon.tech.pc:13920
  24.  
  25. In article <886414956.15186.0.nnrp-05.9e986860@news.demon.co.uk>
  26.            gary@cherokee.demon.co.uk "Gary Burkey" writes:
  27.  
  28. "I'm new to this newsgroup so apologies if I'm in the wrong place.
  29.  
  30.     I think you are on topic.
  31.  
  32. "I have been using Kermit on my PC to remotely access our mainframe. I have
  33. "recently upgraded my PC to a HP Vetctra VL (P166MMX) with 47M Ram.  The
  34. "system has a sound card as well as a CD-ROM Drive, running Win 95.  When I
  35. "enter Kermit from the DOS prompt I instantly get a 'divide overflow'
  36. "message.
  37.  
  38.     When you say "using Kermit", do you mean the genuine original
  39.  implementation of Kermit for the IBM-PC (Version 3.13 or something)
  40.  from Columbia, or another implementation, or a "Kermit-protocol"
  41.  insert into some other comms package?  Kermit, although now
  42.  pretty dated, was a brilliant high-reliability solution to the
  43.  problems of remote access between differing computers; but it was
  44.  both a file-transfer protocol and a pretty complete communications
  45.  shell.  (There were at least 500 implementations on various
  46.  computers; I personally wrote 3.5 or them.)  Many of the "Kermit
  47.  inserts" in other packages were of low quality.
  48.  
  49.     There is a very easy way to get a divide overflow, and this is
  50.  by using some sort of processing-speed test designed for a slower
  51.  m/c.  Typically this does some piece of computation and times how
  52.  long it took.  If it forgets to check for zero time (ie no
  53.  clock-tick taking place) before dividing to get the speed, then
  54.  it will eventually fail as speeds get faster.  MS-K 3.13 gives no
  55.  trouble on my Cyrix P133+; but that's some way behind what you
  56.  have now got.
  57.  
  58.     Assuming that you are using Gianone's genuine MS-Kermit (or
  59.  something closely similar), and working from a genuine DOS boot
  60.  (not a DOS-prompt in Win95), then I would suggest you play around
  61.  with the Comms settings (Set Baud etc) in the CUSTOM.INI file.
  62.  Also LOG SESSION, and see whether it writes anything at all to the
  63.  file.  And take note of whether it does anything at all before
  64.  failing; there should be about 6 lines of information output before
  65.  the "MS-Kermit>" prompt comes up.
  66.  
  67. "Two of my colleagues have identical systems excluding the MMX chip and
  68. "manage to run Kermit okay.  A third colleague has a Vectra VL (P166MMX)
  69. "minus the sound card and CD-ROM and also gets a 'divide overflow' message.
  70.  
  71.     Are they on the same Win95, calling Kermit in the same way?
  72.  
  73. "From this I conclude that it probably is the MMX chip causing the problem
  74. "(maybe Kermit cannot handle the increased processing speed).  I have not
  75. "found anyway of slowing the processor down.
  76.  
  77.     Could be.  See above.  But knowing the quality of U of
  78.  Columbia code, I doubt if it is a program-design inadequacy or bug.
  79.  
  80.     If you really wanted me to, I could probably dig out the
  81.  Kermit source (which is in 'C') and see whether it measures the
  82.  speed in the way I described; but I wouldn't offer to recompile
  83.  for you .....
  84.  
  85.     You might even try referring the problem to Columbia.  As of
  86.  1992, the Columbia University Centre for Computing Activities was
  87.  still in full flow; by now they are probably on the web.  There
  88.  are also a couple of NGs "comp.protocols.kermit.???" which might
  89.  be of help.  And an "au.kermit.???".
  90.  
  91. "Is there anyway that I can get around this problem?
  92.  
  93.     Let's hope so.  I still use Kermit for all initial testing of
  94.  modems.
  95.  
  96.                                 Chris K.
  97. -- 
  98. Chris Kennington (newshound)                        01491 574065
  99.   You can mail me with suitable modifications to header-addresses,
  100.    or to "chris <at> inf-eden.demon.co.uk", replacing the <at>.
  101.